Skip to main content

Week 3

Milestones​

  • Setup the mock server for testing of the component library.
  • Completed the filter widget fetching and displaying of options via API Sunbird ED.
  • Dynamic Labelling of the options and displaying corresponding values present in the API.
  • Created the Card component
    • Tailwind CSS card
    • Simple CSS card

Screenshots / Videos​

API Mock Server​

image

Tailwind CSS Card​

image

Basic CSS Card​

image

Dynamic Rendering of Options​

image

Contributions​

Pull Requests​

NPM Package​

Learnings​

  • Behavior of the useState the asynchronous nature state values and their current closures.
  • Optimal Caching Policies and significant performance improvements for fetching up the data from API.